Hey, I'm trying to find a way to define a global variable in DI (Data Integration). I have several environments, and I want each environment to have a different value for this variable (its going to be a string holding the name of the server of that environment. For many uses).
Anyone knows where can I define such a variable so that I only have to do it once per environment? My SMC (SAS Management Console) is version 9.4_M7 Kind regards, Eitan
... View more
It takes all kinds of minds on a team – people with diverse backgrounds and skill levels – to do amazing things. If you are looking to join a team, let’s find you a group. Or maybe your team needs more hackers. If so, please follow these steps:
STEP 1. Reply to this post with your search criteria. Include the follow details:
“I’m looking for a team.” or “I’m looking for a team member.”
Track name
Skills
Your LinkedIn and/or GitHub profile (if applicable)
Here’s an example:
Interest: I’m looking for a team
Track: Energy
Skills: SAS Viya
Social: https://www.linkedin.com/in/christine-brown-47425316/
STEP 2. Create your replies following this order to maintain consistency in the thread.
STEP 3. Contact a potential new teammate using the SAS Support Communities' private messaging feature to discuss if a team or member is a good fit.
STEP 4. You need to be a member of a team in order to officially register for the SAS Hackathon.
STEP 5: If you have any edits to your team after you Register, send an email to sashackathon@sas.com. The Event Team needs to know about any changes to your team and members. Also, don’t forget to update your team profile on the SAS Hacker's Hub.
Happy hacking!
... View more
Good morning, I am using NHATS data with complex sampling design and weights. Does anyone have SAS code to plot the ROC and compute c-statistic with confidence intervals that properly consider the complex sampling design? Could you share code if you have done this before. Thanks
... View more
Team Name BCBSSC-DIA Track Health Care & Life Science Use Case Analyze prior coverage data to determine preventative care measures. Technology SAS Viya Python DB2 Region NA - United States Team lead Benjamin Tidwell Team members Benjamin Tidwell - @BenjaminTidwell Jason Dimery - Sahil Chugani - Social media handles Is your team interested in participating in an interview? Y Optional: Expand on your technology expertise
... View more
Hello. Suppose I use proc mixed to show Studentized Residuals and create .rtf file. If I want to change color and maybe some other graph options for each plots (Labels, Tick values). I can try to use option UNPACK, and then somehow by using SGRENDER and proc template and layout lattice edit all possible options and show output datasets on Layout/Graph. But I don't know how to show Right-Bottom Corner (table with statistics [these are ODS OUTPUT fitstatistics and descriptive statistics obtained using proc means on ODS OUTPUT StudentByPredicted ]). How I can solve this? Or maybe there is exists some way to edit style of StudentPanel? Something like: ODS RTF BODY="..." style=styles.MyStyle;
ods graphics on;
proc mixed data=inds plots=StudentPanel; class &class.; model &model.;
run;
ods graphics off;
ODS RTF CLOSE Could you help me? Also Tried ODS LAYOUT, but it seems that it doesn't work with RTF.
... View more
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.